Defines locations to be used in a <RANGE> tag.
ID
An SGML identifier used as the target for hypertext links or for naming particular elements in
associated style sheets. Identifiers are NAME tokens and must be unique within the scope of the current
document.
<SPOT> is legal within:
<BODY>
The following markup can be used within <SPOT>
none
<HEAD><TITLE>my title</TITLE>
<RANGE CLASS=Search FROM=spot01 UNTIL=spot02>
</HEAD>
<BODY>
<SPOT ID=spot01>
blah 1
<SPOT ID=spot02>
blah 2
</BODY>